Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
93267cfThanks @edmundhung! - Support Secrets Store Secret bindingsPatch Changes
#8775
ec7e621Thanks @LuisDuarte1! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
[email protected]
Minor Changes
93267cfThanks @edmundhung! - Support Secrets Store Secret bindingsPatch Changes
#8780
4e69fb6Thanks @cmackenzie1! - - Renamewrangler pipelines showtowrangler pipelines get--enable-worker-bindingand--enable-httpwith--source workerand--source http(or--source http workerfor both)--file-templateand--partition-templateflags fromwrangler pipelines create|updatewrangler pipelines get <pipeline>. Existing output is available using--format=json.wrangler pipelines createcommands.#8596
75b454cThanks @dario-piotrowicz! - add validation to redirected configs in regards to environmentsadd the following validation behaviors to wrangler deploy commands, that relate
to redirected configs (i.e. config files specified by
.wrangler/deploy/config.jsonfiles):environment (i.e. a build tool should generate redirected configs already targeting specific
environments), so if wrangler encounters a redirected config with some environments defined
it should error
--env=my-env) when using redirectedconfigs is incorrect, so these environments should be ignored and a warning should be
presented to the user
#8795
d4c1171Thanks @GregBrimble! - feat: Unhidewrangler pages functions buildcommand.This is already documented for Pages Plugins and by officially documenting it, we can ease the transition to Workers Assets for users of Pages Functions.
Updated dependencies [
93267cf,ec7e621]:[email protected]
Patch Changes
1ba9e97Thanks @petebacondarwin! - remove BETA label from Workers+Assets templates and hide Pages templates@cloudflare/[email protected]
Patch Changes
93267cf,ec7e621]:@cloudflare/[email protected]
Patch Changes
#8806
2f47670Thanks @jamesopstad! - Replace assertion in vite-plugin-cloudflare:nodejs-compat plugin transform hook with early return. This prevents an error from being logged when building with React Router and TailwindCSS.Updated dependencies [
4e69fb6,93267cf,ec7e621,75b454c,d4c1171]:@cloudflare/[email protected]
Patch Changes
#7260
30f7317Thanks @xtian! - Support Yarn.storedirectory#8208
9a3d43cThanks @LuisDuarte1! - Make vitest-pool-workers not crash when a workflow is definedUpdated dependencies [
4e69fb6,93267cf,ec7e621,75b454c,d4c1171]:@cloudflare/[email protected]
Patch Changes
ec7e621Thanks @LuisDuarte1! - AddwaitForEventandsendEventsupport for local dev